Skip to content

Claude/langgraph blog post vu6 gq#157

Merged
amavashev merged 2 commits intomainfrom
claude/langgraph-blog-post-vu6GQ
Mar 22, 2026
Merged

Claude/langgraph blog post vu6 gq#157
amavashev merged 2 commits intomainfrom
claude/langgraph-blog-post-vu6GQ

Conversation

@amavashev
Copy link
Contributor

Title: "Bounding" → "for" — reads naturally, same SEO keyword structure.

New paragraph (Section 2.2): Explicitly distinguishes the three retry layers — SDK retries (replay HTTP call), node retries (replay node function body), graph retries (resume from checkpoint). Each compounds the cost of the layers below it.

Section 4 rewrite:

  • Intro now states where the reservation boundary sits: "at the model call, not at the graph edge"
  • Code shows StateGraph, add_node, add_edge, START/END, compile(checkpointer=MemorySaver()) — real LangGraph APIs
  • Inline comments mark exactly where on_llm_start/on_llm_end fire within a node function
  • Fan-out uses graph.add_node() per branch with scoped model instances instead of pseudocode run_branch()

claude added 2 commits March 22, 2026 08:57
Thread core positioning terms into existing sentences:
- Add "runtime authority for autonomous agents" (Section 4 intro)
- Use "bounded exposure" instead of "budget exposure" (Section 1)
- Use "hard limit" instead of "outer bound" (Section 3, closing)
- Add "enforcement before the action, not observation after" (closing)

https://claude.ai/code/session_01CnvS6DLuYwRTjHdDYsnebk
- Update title: "Bounding" → "for" (more natural, same SEO)
- Add paragraph distinguishing checkpoint replay vs node retry vs
  SDK retry — three layers that compound cost differently
- Replace LangChain-level callback example with StateGraph code
  showing nodes, edges, checkpointer, and inline comments marking
  exactly where on_llm_start/on_llm_end fire within a node function
- Replace run_branch() pseudocode with graph.add_node() per branch,
  each with its own budget-scoped model instance
- Rewrite Section 4 intro: "reservation boundary sits at the model
  call, not at the graph edge"

https://claude.ai/code/session_01CnvS6DLuYwRTjHdDYsnebk
@amavashev amavashev merged commit 1026c81 into main Mar 22, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants